Skip to content

Fuzzer fails with IllegalStateException #655 #663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Markoutte
Copy link
Collaborator

Description

Trie expects non-empty list, but gets empty coverage. It is unclear how exactly empty coverage is generated but this commit adds check for such cases.

Fixes #655, #658

Type of Change

  • Minor bug fix (non-breaking small changes)
  • Refactoring (typos and non-functional changes)

How Has This Been Tested?

Automated Testing

All tests should pass

Checklist:

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@Markoutte Markoutte requested a review from EgorkaKulikov August 4, 2022 09:23
@Markoutte Markoutte merged commit 1321946 into main Aug 4, 2022
@Markoutte Markoutte deleted the pelevin/655_Fuzzer_fails_with_IllegalStateException branch August 4, 2022 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fuzzer fails with IllegalStateException
2 participants